From 122361a4fc91f623cf0ea14db941a799bc677de7 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 10 Jun 2003 16:02:30 +0000 Subject: [PATCH] Ron Parker's Nav Companion takes 20 character shortnames. Adjusted call to setshortlen. --- gpsbabel/magnav.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/magnav.c b/gpsbabel/magnav.c index 79c7452d5..fbae0af40 100644 --- a/gpsbabel/magnav.c +++ b/gpsbabel/magnav.c @@ -81,7 +81,7 @@ wr_init(const char *fname, const char *args) fatal(MYNAME ": Cannot open %s for writing\n", fname); } mkshort_handle = mkshort_new_handle(); - setshort_length(mkshort_handle, 9); + setshort_length(mkshort_handle, 20); } static void -- 2.30.2